[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SET PALETTE BACKGROUND
Description:
This command allows you to change the background color of the graphics
screen in dGE. The color is specified in normal Clipper syntax.
Syntax:
SET PALETTE BACKGROUND TO [BRIGHT] <color>
Arguments:
<BRIGHT> will set the specified color to a bright status.
<color> is a standard Clipper color code.
Example:
SET PALETTE BACKGROUND TO BRIGHT BLUE // establish bright blue bkgrnd
Purpose: Set the graphics background color
Mapped Function: __SetPalette() contained in GLLIBR.PRG.
dGE functions: setpal()
Other GL UDFs: __WordToColor()
System variables: None.
System constants: None.
See Also:
See Also:
__SetPalette()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson